home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00108_Hilite næste 4.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  832 b   |  22 lines

  1. on new me
  2.   set the visible of sprite the currentSpriteNum to 1
  3.   set the visible of sprite (the currentSpriteNum + 1) to 0
  4.   set the visible of sprite (the currentSpriteNum + 2) to 0
  5.   set the visible of sprite (the currentSpriteNum + 3) to 0
  6.   set the visible of sprite (the currentSpriteNum + 4) to 0
  7. end
  8.  
  9. on mouseEnter me
  10.   set the visible of sprite (the currentSpriteNum + 1) to 1
  11.   set the visible of sprite (the currentSpriteNum + 2) to 1
  12.   set the visible of sprite (the currentSpriteNum + 3) to 1
  13.   set the visible of sprite (the currentSpriteNum + 4) to 1
  14. end
  15.  
  16. on mouseLeave me
  17.   set the visible of sprite (the currentSpriteNum + 1) to 0
  18.   set the visible of sprite (the currentSpriteNum + 2) to 0
  19.   set the visible of sprite (the currentSpriteNum + 3) to 0
  20.   set the visible of sprite (the currentSpriteNum + 4) to 0
  21. end
  22.